|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
IKE PDU structure. More...
Public Attributes | |
| long | initCookie |
| long | responseCookie |
| byte | nextPayload |
| byte | versionNumber |
| byte | exchangeType |
| byte | flag |
| int | msgId |
| int | msgLength |
| vector< IkePayload > | payloadList |
| string | data |
IKE PDU structure.
| string IkePdu::data |
| byte IkePdu::exchangeType |
| byte IkePdu::flag |
| long IkePdu::initCookie |
| int IkePdu::msgId |
| int IkePdu::msgLength |
| byte IkePdu::nextPayload |
| vector<IkePayload> IkePdu::payloadList |
| long IkePdu::responseCookie |
| byte IkePdu::versionNumber |